Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 28, 2026

Add required preview field to MCP server schema

  • Add "preview" to required fields array in server-schema.json
  • Add "preview" boolean property definition to schema
  • Add "preview": true to all 55 server JSON files
  • Preserve original formatting and line endings
  • Validate all changes

Summary

Successfully added required "preview" boolean field to the MCP server schema with minimal changes:

Schema changes (partners/server-schema.json):

  • Added "preview" to required fields array
  • Added boolean property definition: "Indicates whether the MCP server is in preview mode or generally available."

Server files (55 files):

  • Added "preview": true to each file
  • Preserved original formatting: No reformatting or whitespace changes
  • Preserved line endings: Windows (CRLF) and Unix (LF) line endings maintained
  • Minimal diffs: Only 3 lines changed per file (1 deletion, 2 insertions)

All files pass schema validation ✅


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

… all server files

Co-authored-by: lindazqli <139801625+lindazqli@users.noreply.github.com>
Co-authored-by: lindazqli <139801625+lindazqli@users.noreply.github.com>
Copilot AI changed the title [WIP] Add preview field to partners server schema Add optional preview boolean field to server schema Jan 28, 2026
Co-authored-by: lindazqli <139801625+lindazqli@users.noreply.github.com>
Copilot AI changed the title Add optional preview boolean field to server schema Add required preview field to MCP server schema Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants